Skip to content

Instantly share code, notes, and snippets.

@nikolan123
nikolan123 / guide.md
Last active September 4, 2026 15:40
Fixing Hammer in July 2009 852_0 Portal 2 Core Hub Beta

Fixing Hammer and HLMV in Portal 2 build 852_0

Requirements

  • A complete extracted 852_0 July 2009
  • A 852_2 July 2010 build for the missing assets
  • PowerShell
  • Python 3 for the tier0.dll patcher

So you don't have to modify all the commands below, set these 2 vars to your paths:

@DomPizzie
DomPizzie / README-Template.md
Last active September 4, 2026 15:38
A simple README.md template

Project Title

Simple overview of use/purpose.

Description

An in-depth paragraph about your project and overview of use.

Getting Started

@sergey-l05k2
sergey-l05k2 / A-Plague-Tale-Resonance-Trainer.md
Created September 4, 2026 07:22
Resonance: A Plague Tale Legacy Trainer PC utility featuring Unlock All Chapters, Unlock Everything, Change Resonance Points, Resonance Points Editor, Game Speed, Configurable Hotkeys, reusable profiles, quick actions, and Windows configuration manag

A-Plague-Tale-Resonance-Trainer

Resonance: A Plague Tale Legacy Trainer toolkit for Windows with Resonance Points Editor, Game Speed, Configurable Hotkeys, Saved Profiles, Trainer Dashboard, Quick Presets, modern dashboard, saved presets, and desktop-focused setup.

Download

Official Game Artwork

Resonance: A Plague Tale Legacy Trainer

@kksudo
kksudo / vpn-instructions.md
Last active September 4, 2026 15:35
Настраиваем подключение к впн Устанавливайте только Stable версии приложений!

Настраиваем подключение к VPN

Используйте только Stable-версии приложений!

Кратко

Установите приложение для вашего устройства, импортируйте ключ (или отсканируйте QR-код) и включите подключение. Ключ или ссылку на подписку вы получаете от администратора — сами приложения лишь подключаются к серверу по этому ключу.

Для кого эта страница: шаги рассчитаны на человека без опыта настройки сетей. Непонятные слова по ходу текста поясняются.


@JBlond
JBlond / bash-colors.md
Last active September 4, 2026 15:29 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
文件名 下载链接 提取码
一凡评书《孙庞演义》MP3免费打包下载 123回全 https://pan.baidu.com/s/1TKRhydXv0QLRiRcHSpBfWg?pwd=2233 2233
一凡评书《辽西风雨路》MP3打包下载 220回全 https://pan.baidu.com/s/1gqssQppHCpjWjeK9iqC31g?pwd=5566 5566
于枢海评书《大刀王五》MP3免费打包下载 79回全集 https://pan.baidu.com/s/12fIxuA4oI_zTVndaFpxqbA xdqt
于海龙评书《张义传奇》MP3免费打包下载 14回 https://pan.baidu.com/s/1viC2m6xWt7kVuww0rMdQ5g?pwd=6677 6677
仲维维评书《一个女人的风景》MP3免费打包下载 7回全集 https://pan.baidu.com/s/1c227Iuc wpja
仲维维评书《一滴血》MP3免费打包下载 24回全集 https://pan.baidu.com/s/1miG45L2 xm2j
仲维维评书《七星龙王》MP3免费打包下载 30回全集 https://pan.baidu.com/s/1mhEmtmw a3wx
仲维维评书《三少爷的剑》MP3打包下载 ed2k://|file|%5B%E4%BB%B2%E7%BB%B4%E7%BB%B4%5D%E4%B8%89%E5%B0%91%E7%88%B7%E7%9A%84%E5%89%91.rar|265302041|c210a0ac46be8f474738351d8d586bc8|h=MDB2DETOEWWKIT3NKIXDCZYKYKF4DJOH|/
仲维维评书《中国瓷商》MP3打包下载 75回全集 https://pan.baidu.com/s/1wX_Hx303j5jVP9xVMS6h5Q abah
@incompletepi
incompletepi / Resonance-Plague-Tale-PC-Trainer-2026.md
Created September 4, 2026 07:20
Resonance: A Plague Tale Legacy Trainer PC utility featuring Unlock All Chapters, Unlock Everything, Change Resonance Points, Resonance Points Editor, Game Speed, Configurable Hotkeys, reusable profiles, quick actions, and Windows configuration manag

Resonance-Plague-Tale-PC-Trainer-2026

Resonance: A Plague Tale Legacy Trainer PC utility featuring Unlock All Chapters, Unlock Everything, Change Resonance Points, Resonance Points Editor, Game Speed, Configurable Hotkeys, reusable profiles, quick actions, and Windows configuration management.

Download

Official Game Artwork

Resonance: A Plague Tale Legacy Trainer

@andrewpayne68
andrewpayne68 / cachyos-enablessh.md
Last active September 4, 2026 15:26
Enable SSH to CachyOS

To enable SSH on your CachyOS laptop, install the openssh package, start the OpenSSH daemon service (sshd), and configure your firewall to allow incoming traffic on port 22.Follow these step-by-step instructions to get it set up:1. Open the TerminalOpen your preferred terminal emulator on your CachyOS laptop (e.g., Alacritty, Konsole, or Foot).

  1. Install and Start the SSH ServiceSince CachyOS is Arch-based, you can use the pacman package manager to quickly download and run the service.

  2. Enter the following commands one by one:

       sudo pacman -S openssh
       
       
     sudo systemctl enable --now sshd
    
@jerclarke
jerclarke / force-plugin.php
Created September 4, 2026 15:23
wordpress force plugin activation
<?php
/**
* Default plugins we always want on (will be activated automatically)
* see gv_activate_default_plugins()
*/
if ( isset($gv) AND is_a($gv, 'gv') AND is_array($gv->default_plugins) ) {
$gv->default_plugins = array_unique(array_merge($gv->default_plugins, array (
// ! TEMP: Use both old and new filename for the "Post Category Filter" plugin to ensure it stays active after updating